home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7004.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  1.2 KB  |  69 lines

  1. Absolute;
  2.  
  3. Sets the point-designation method to absolute.
  4.  
  5. Relative;
  6.  
  7. Sets the point-designation method to relative.
  8.  
  9. AngleVar;
  10.  
  11. Must be called before using variable angles.
  12.  
  13. DoubLines(Distance : REAL);
  14.  
  15. Sets the distance between double lines.
  16.  
  17. DrwSize(Rows, Columns : INTEGER);
  18.  
  19. Sets the overall drawing sheet area of a MiniCad+ file
  20.  
  21. GridLines(Distance : REAL);
  22.  
  23. Sets the distance between the gridlines on the screen.
  24.  
  25. PenGrid(Distance : REAL);
  26.  
  27. Sets the smallest mouse increment.
  28.  
  29. Redraw;
  30.  
  31. Redraws screen.
  32.  
  33. SetOrigin(X, Y : REAL);
  34.  
  35. Moves the origin to the point (X, Y).
  36.  
  37. SetScale(ActualSize : REAL);
  38.  
  39. Sets the scale of the objects.
  40. 2 = 1/2 scale
  41. 4 = 1/4 scale
  42.  
  43. Snap(Grid, Object, Locus : BOOLEAN);
  44.  
  45. Activates the snap options :
  46. TRUE = on
  47. FALSE = off
  48.  
  49. SetUnits(Fraction, DisplayAccuracy : LONGINT;  Format : INTEGER; UnitsPerInch : REAL; UnitMark, SqrUnitMark : STRING);
  50.  
  51. Sets customized units.
  52.  
  53. Units(StandardUnit : INTEGER;  DisplayAccuracy : LONGINT);
  54.  
  55. Sets one of the standard units.
  56.  
  57. SetTool(theTool : INTEGER);
  58.  
  59. Sets the current tool from the palette.
  60.  
  61. SetConstrain(s : STRING);
  62.  
  63. Sets the current constrain mode.
  64.  
  65. SetActSymbol (s : STRING);
  66.  
  67. Sets symbol s to be active.
  68.  
  69.